Uses of Interface
org.eclipse.vtp.framework.interactions.core.media.IResourceManager

Packages that use IResourceManager
org.eclipse.vtp.desktop.editors.core.impl   
org.eclipse.vtp.desktop.media.core   
org.eclipse.vtp.desktop.projects.voice.internals   
org.eclipse.vtp.framework.engine   
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.media   
org.eclipse.vtp.framework.interactions.voice.media   
 

Uses of IResourceManager in org.eclipse.vtp.desktop.editors.core.impl
 

Methods in org.eclipse.vtp.desktop.editors.core.impl that return IResourceManager
 IResourceManager StubMediaProvider.getResourceManager()
           
 

Uses of IResourceManager in org.eclipse.vtp.desktop.media.core
 

Constructors in org.eclipse.vtp.desktop.media.core with parameters of type IResourceManager
ResourceChooserDialog(org.eclipse.swt.widgets.Shell parentShell, IResourceManager resourceManager, java.lang.String initialValue)
          Creates a new MediaFileChooserDialog.
 

Uses of IResourceManager in org.eclipse.vtp.desktop.projects.voice.internals
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals that return IResourceManager
 IResourceManager VoiceMediaProvider.getResourceManager()
           
 

Uses of IResourceManager in org.eclipse.vtp.framework.engine
 

Classes in org.eclipse.vtp.framework.engine that implement IResourceManager
 class ResourceGroup
          A group of public resources.
 

Uses of IResourceManager in org.eclipse.vtp.framework.engine.http
 

Methods in org.eclipse.vtp.framework.engine.http that return IResourceManager
 IResourceManager Deployment.getResourceManager(java.lang.String resourceManagerID)
           
 

Methods in org.eclipse.vtp.framework.engine.http with parameters of type IResourceManager
 void Deployment.setResourceManager(java.lang.String resourceManagerID, IResourceManager resourceManager)
          Configures an available resource manager.
 

Uses of IResourceManager in org.eclipse.vtp.framework.interactions.core.media
 

Methods in org.eclipse.vtp.framework.interactions.core.media that return IResourceManager
 IResourceManager IMediaProvider.getResourceManager()
           
 IResourceManager IResourceManagerRegistry.getResourceManager(java.lang.String resourceManagerID)
           
 

Methods in org.eclipse.vtp.framework.interactions.core.media with parameters of type IResourceManager
 java.util.List IFormatter.formatDate(java.util.Date date, java.lang.String formatDefinition, IResourceManager resourceManager)
          Transforms the supplied date information into a language specific sequence of elements following the given definition using the provided resource manager to locate file resources.

If the definition is not recognized or invalid, the default definition should be used.
 java.util.List IFormatter.formatDigits(java.lang.String digits, java.lang.String formatDefinition, IResourceManager resourceManager)
          Transforms the supplied string of digits into a language specific sequence of elements following the given definition using the provided resource manager to locate file resources.

If the definition is not recognized or invalid, the default definition should be used.
 java.util.List IFormatter.formatLetters(java.lang.String text, java.lang.String formatDefinition, IResourceManager resourceManager)
          Transforms the supplied string of letters into a language specific sequence of elements following the given definition using the provided resource manager to locate file resources.

If the definition is not recognized or invalid, the default definition should be used.
 java.util.List IFormatter.formatMoney(java.math.BigDecimal money, java.util.Currency currency, java.lang.String formatDefinition, IResourceManager resourceManager)
          Transforms the supplied monetary amount into a language specific sequence of elements following the given definition using the provided resource manager to locate file resources.

If the definition is not recognized or invalid, the default definition should be used.
 java.util.List IFormatter.formatNumber(int number, java.lang.String formatDefinition, IResourceManager resourceManager)
          Transforms the supplied number into a language specific sequence of elements following the given definition using the provided resource manager to locate file resources.

If the definition is not recognized or invalid, the default definition should be used.
 java.util.List IFormatter.formatOrdinal(int ordinal, java.lang.String formatDefinition, IResourceManager resourceManager)
          Transforms the supplied ordinal value into a language specific sequence of elements following the given definition using the provided resource manager to locate file resources.

If the definition is not recognized or invalid, the default definition should be used.
 

Uses of IResourceManager in org.eclipse.vtp.framework.interactions.voice.media
 

Methods in org.eclipse.vtp.framework.interactions.voice.media with parameters of type IResourceManager
 java.util.List SimpleEnglishVoiceFormatter.formatDate(java.util.Date date, java.lang.String formatDefinition, IResourceManager resourceManager)
           
 java.util.List SimpleEnglishVoiceFormatter.formatDigits(java.lang.String digits, java.lang.String formatDefinition, IResourceManager resourceManager)
           
 java.util.List SimpleEnglishVoiceFormatter.formatLetters(java.lang.String text, java.lang.String formatDefinition, IResourceManager resourceManager)
           
 java.util.List SimpleEnglishVoiceFormatter.formatMoney(java.math.BigDecimal money, java.util.Currency currency, java.lang.String formatDefinition, IResourceManager resourceManager)
           
 java.util.List SimpleEnglishVoiceFormatter.formatNumber(int number, java.lang.String formatDefinition, IResourceManager resourceManager)
           
 java.util.List SimpleEnglishVoiceFormatter.formatOrdinal(int ordinal, java.lang.String formatDefinition, IResourceManager resourceManager)
           
protected  Content VoiceFormatter.getAudioContent(IResourceManager resourceManager, java.lang.String path, java.lang.String filename, java.lang.String defaultText)
          Convenience function to locate a requested audio resource given the expected path and filename.